home *** CD-ROM | disk | FTP | other *** search
/ More DosGames 2.0 / MORE - Dosgames 2.0 (Software Company)(1994).iso / dosgames / starfire / inst_hd.bat < prev    next >
DOS Batch File  |  1994-09-01  |  410b  |  16 lines

  1. @echo off
  2. cls
  3. echo STARFIRE Hard Disk Installations Programm
  4. echo -----------------------------------------
  5. echo STARFIRE wird nun auf Ihrer Harddisk in das Verzeichnis
  6. echo C:\STARFIRE kopiert. Drücken Sie STRG-C um dies abzubrechen abort or
  7. pause
  8. md c:\STARFIRE
  9. echo Copying files.. one moment please
  10. xcopy *.*  c:\STARFIRE
  11. c:
  12. cd \starfire
  13. cls
  14. echo Geben Sie 'starfire' ein um zu spielen... 
  15.  
  16.